procedure call

英 [prəˈsiːdʒə(r) kɔːl] 美 [prəˈsiːdʒər kɔːl]

网络  程序呼叫; 过程调用语句; 过程调用; 调用消息; 程序调用

计算机



双语例句

  1. GWT abstracts this communication process behind its own remote procedure call ( RPC) mechanism.
    GWT在自己的远程过程调用(remoteprocedurecall,RPC)机制背后抽象这个通信过程。
  2. This is a remote procedure call that uses HTTP as the transport and XML as the encoding.
    这是使用HTTP作为传输协议和使用XML作为编码方式的远程过程调用。
  3. The bulk of the work in your GWT procedure call happens in two classes.
    GWT过程调用中的大部分工作都是在两个类中进行的。
  4. Mining is invoked by a stored procedure call and creates an XML mining model in the database.
    可以通过一个存储过程调用来调用数据挖掘,数据挖掘将在数据库中创建一个XML挖掘模型。
  5. At its core, JAX-RPC defines and uses an XML-based remote procedure call mechanism.
    就其本质而言,JAX-RPC定义并使用了一种基于XML的远程过程调用机制。
  6. It creates elements for the SOAP envelope, body, and procedure call.
    它为SOAP信封、体和过程调用创建元素。
  7. These both rely on the Remote Procedure Call ( RPC) protocol to share information across the network.
    这两个服务都依赖于远程过程调用(RemoteProcedureCall,RPC)协议,以便在整个网络的范围内共享信息。
  8. In a RPC-literal style, a service consumer invokes a Web service as a remote procedure call.
    在RPC-literal样式中,服务使用者会将Web服务作为远程过程调用进行调用。
  9. CORBA is a powerful, standardized remote procedure call specification.
    CORBA是一个强大的、标准化的远程过程调用规范。
  10. Stub files act as an interface between the application and the RPC runtime library during a remote procedure call.
    stub文件在远程过程调用期间作为应用程序和RPC运行时库之间的接口。
  11. Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.
    每个方法都提供了一个回调对象,这样就可以在完成远程过程调用后收到异步通知。
  12. In an SOA, a service call looks like a remote procedure call ( RPC).
    在一个SOA中,一个服务调用看起来就像是一个远程过程调用(remoteprocedurecall,RPC)。
  13. In an RPC-style operation, the SOAP body is structured to represent a procedure call.
    而且一个RPC式的操作中,SOAP体被结构化来表示一个过程调用。
  14. Only one ADMIN_COPY_SCHEMA procedure call should be issued at a time.
    每次只应该执行一个ADMINCOPYSCHEMA过程调用。
  15. It runs on the server side and the client code calls it via a remote procedure call.
    它运行在服务器端,并且客户机代码通过一个远程过程调用来调用它。
  16. This procedure call drops all objects in the schema "SAMPLE".
    这个过程调用会删除模式“SAMPLE”中的所有对象。
  17. This is done in the starter project in the callback handler to the remote procedure call to the server.
    这是在服务器远程过程调用的回调处理器中的starter项目中完成。
  18. This avoids the need to explicitly qualify each procedure call with a schema.
    这样就避免了每个存储过程调用都需要指定schema的麻烦。
  19. This is called a remote procedure call ( RPC) and forms the basis for RPC programming.
    这称为远程过程调用(RPC),是RPC编程的基础。
  20. Remote Procedure Calls ( RPC) are not a new concept.
    远程过程调用(RemoteProcedureCall,RPC)并不是一个新的概念。
  21. This procedure call rebinds all SQL procedures in the schema SRIELAU, picking up new statistics.
    这个过程调用对模式SRIELAU中的所有SQL过程进行重新绑定,获取新的统计数据。
  22. Alternatively, you can invoke the shredding from an application through a stored procedure call.
    或者,也可以从一个应用程序中通过一个存储过程调用来调用分解。
  23. KDE's remote procedure call implementation is DCOP.
    KDE的远程过程调用实现是DCOP。
  24. JSON-RPC is a remote procedure call protocol that uses JSON to encode and marshal arguments and return types.
    JSON-RPC是一种远程过程调用协议,它使用JSON对参数和返回值进行编码和编组。
  25. The application code now makes a stored procedure call to DB2 and passes the XML to the DOM wrapper.
    应用程序代码现在可以对DB2进行存储过程调用并将XML传递给DOM包装器。
  26. An internal error occurred in a remote procedure call ( RPC).
    远程过程调用(RPC)中发生内部错误。
  27. The replication remote procedure call was cancelled.
    取消了复制远程过程呼叫。
  28. A remote procedure call is already in progress for this thread.
    此线程的远程过程调用已在进行中。
  29. Procedure call or argument is not valid.
    过程调用或参数无效。
  30. Remote Procedure Call: each of two systems expose services that the other can call.
    远程过程调用:两个系统都暴露另一个能调用的服务。